.navbar {
    background-color: #FFFFFF !important; 
}

.nav-link:after {
    transition: all ease-in-out .2s;
    background: none repeat scroll 0 0 #6432a5;
    content: "";
    display: block;
    height: 2px;
    width: 0;
}

.nav-link:hover:after {
    width: 100% !important;
}

.active {
    color: #ffffff !important;
    background-color: #6432a5 !important;
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	/* .navbar .nav-item:hover .nav-link{   } */
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.main-div {
    width: 100%;
    height: 600px;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 50%;
    background-position: 0% 50%;
    background-size: 0% 100%;
    background-image: linear-gradient(#6432a5, #6432a5) !important;
    background-repeat: no-repeat !important;
    transition: background-size 1.5s, color 1.5s !important;
}

.main-div-animation {
    background-size: 100% 100%;
}

.circle-div {
    border-radius: 50% !important;
    width: 120px !important;
    height: 120px !important;
    background: white !important;
    border: none !important;    
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Righteous', Regular;
}

.banner_text {
    width: 63%;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.heading-text {
    color: #6432a5 !important;
}

.read_bt a:hover {
    background-color: #87A2FB;
    color: #ffffff;
}

.read_bt a {
    width: 120px;
    float: left;
    font-size: 16px;
    color: #141414;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: 400;
}

a:hover {
    color: #50b5d8;
    text-decoration: none;
}

img {
    transition: transform 2s;
    transform: scaleX(0) scaleY(0);
}

img.loaded {
  transform: scaleX(1) scaleY(1);;
}

.paragraph{
    text-align: justify;
}

.bg-primary {
    background-color: #f2f8f9 !important;
}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #6432a5;
    border-radius: 0 4px 0 32px;
  }
  
.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card {
    border-color: #EEEEEE;
    background: linear-gradient(to right, #f2f8f9 50%, #6432a5 50%) left !important;
    background-size: 200% !important;
    transition: .5s ease-out !important;
}

.card:hover {
    background-position: right !important;
    color: white !important;
}

.btn-primary:hover {
    background-color: #6432a5 !important;
    color: #ffffff !important;
}

.btn-primary {
    width: 120px !important;
    float: left;
    font-size: 16px;
    text-align: center;
    padding: 10px 0px;
    border-radius: 10px;
    margin-top: 50px;
    font-weight: 400;
    background-color: #ffffff !important;
    border-color: #6432a5;
    color: #6432a5 !important;
}

footer {
    background-color: #6432a5;
    height: 50px !important;
    width: 100% I !important;
}
